From: Eli Zaretskii Date: Sat, 7 Apr 2012 10:36:54 +0000 (+0300) Subject: Build test-distrib on MS-Windows and run it during the build. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10^2~3541 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7d25e440fd24c3572b62ada7c80e13692eb220b2;p=emacs.git Build test-distrib on MS-Windows and run it during the build. lib-src/makefile.w32-in (ALL): Add $(BLD)/test-distrib.exe. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 29b4590394f..3664cb8f43f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -9,6 +9,7 @@ (test-distrib): Phony targets removed. ($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe. (all): Don't depend on stamp_BLD. + (ALL): Include $(BLD)/test-distrib.exe. 2012-03-11 Andreas Schwab diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index b181b1b4d7f..f329ba86f6d 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -17,8 +17,8 @@ # along with GNU Emacs. If not, see . -ALL = $(BLD)/make-docfile.exe $(BLD)/hexl.exe $(BLD)/ctags.exe\ - $(BLD)/etags.exe $(BLD)/movemail.exe $(BLD)/ebrowse.exe\ +ALL = $(BLD)/test-distrib.exe $(BLD)/make-docfile.exe $(BLD)/hexl.exe\ + $(BLD)/ctags.exe $(BLD)/etags.exe $(BLD)/movemail.exe $(BLD)/ebrowse.exe\ $(BLD)/emacsclient.exe $(BLD)/emacsclientw.exe .PHONY: make-docfile